crypto/tls.SessionState.useBy (field)
5 uses
crypto/tls (current package)
handshake_client.go#L355: if c.config.time().After(time.Unix(int64(session.useBy), 0)) {
handshake_client_tls13.go#L762: session.useBy = uint64(c.config.time().Add(lifetime).Unix())
ticket.go#L97: useBy uint64 // seconds since UNIX epoch
ticket.go#L165: addUint64(&b, s.useBy)
ticket.go#L284: if !s.ReadUint64(&ss.useBy) || !s.ReadUint32(&ss.ageAdd) || !s.Empty() {
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |